home *** CD-ROM | disk | FTP | other *** search
/ SuperModels in the Rainforest / SuperModels in the Rainforest.iso / rain.dxr / 00077.ls < prev    next >
Encoding:
Text File  |  1995-10-13  |  344 b   |  21 lines

  1. on exitFrame
  2.   startTimer()
  3.   repeat while the timer < 200
  4.     if the mouseDown then
  5.       go("loadup")
  6.       exit
  7.     end if
  8.   end repeat
  9. end
  10.  
  11. on keyDown
  12.   if the key = RETURN then
  13.     if the machineType = 256 then
  14.       set the movieRate of sprite 3 to 0
  15.       go(label("little") + 1)
  16.     else
  17.       go("Main Screen")
  18.     end if
  19.   end if
  20. end
  21.